home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
376_01
/
os2tool.000
/
CURSOR.MAK
< prev
next >
Wrap
Text File
|
1992-08-08
|
443b
|
20 lines
#
# Makefile for CURSOR.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
# and is therefore renamed llibce.lib.
cursor.exe: cursor.obj
link cursor.obj, , NUL.MAP,mtoolsp, ,
bind cursor.exe
exehdr /PMTYPE:VIO cursor.exe
del cursor.obj
cursor.obj: cursor.c
CL -AL -c cursor.c